Commit 5feefdaa authored by zqm's avatar zqm

1.解决bug29550,调整删除报表提示信息

parent fc574cce
<!--
* @Author: zqm
* @Date: 2021-06-29 09:08:16
* @LastEditTime: 2022-04-22 10:07:19
* @LastEditTime: 2022-04-25 11:25:09
* @LastEditors: Please set LastEditors
* @Description: 删除按钮
* @FilePath: \taxFormToolFramework\src\components\deleteButton.vue
......@@ -38,6 +38,11 @@ export default {
title = "重置当前报表";
message = '确定要重置当前报表全部信息吗?';
}
} else if (this.platform == "3") {
this.type = "KIF";
title = "提示";
var bbMc = this.$store.state.data.openData.bbMc;
message = "是否删除" + bbMc + "?";
} else {
var engines = this.$store.state.data.configData;
var formName = engines.formName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment