From 5381292617ad40f2fc7a9266ceb964a672d25a5a Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期一, 13 十一月 2023 18:30:42 +0800
Subject: [PATCH] modified: src/views/basic/param/index.vue modified: src/views/basic/template/index.vue modified: src/views/common/param-mergeTemplate.vue modified: src/views/plan/customerorder/index.vue
---
src/views/basic/param/index.vue | 29 ++++++++++++++++++++++-------
1 files changed, 22 insertions(+), 7 deletions(-)
diff --git a/src/views/basic/param/index.vue b/src/views/basic/param/index.vue
index 42a7e3a..32c34ef 100644
--- a/src/views/basic/param/index.vue
+++ b/src/views/basic/param/index.vue
@@ -17,7 +17,7 @@
<el-form-item class="btn-group">
<el-button type="" @click="onSearch">鏌ヨ</el-button>
<el-button type="primary" @click="addOrUpdateHandle">鏂板</el-button>
- <el-button @click="showImportDialog">瀵煎叆</el-button>
+ <el-button type="primary" @click="showImportDialog">瀵煎叆</el-button>
</el-form-item>
</el-col>
</el-row>
@@ -173,16 +173,31 @@
...mapGetters(['permissions'])
},
created() {
+ this.loading = true
this.getData()
this.getParamType()
- },
- beforeUpdate() {
- console.log("updated");
this.rowSort()
this.rowCalc()
this.loading = false
},
- watch: {},
+ // beforeUpdate() {
+ // console.log("updated");
+ // this.rowSort()
+ // this.rowCalc()
+ // this.loading = false
+ // },
+ watch: {
+ tableData:{
+ handler(old,newval){
+ this.loading = true
+ // this.tableData=JSON.parse(JSON.stringify(this.tableTreeData))
+ this.rowSort()
+ this.rowCalc()
+ this.loading = false
+ },
+ deep: true
+ }
+ },
methods: {
//涓嬭浇妯℃澘
downloadTemplate() {
@@ -460,9 +475,9 @@
</script>
<style>
-.grid-header {
+/* .grid-header {
display: none;
-}
+} */
.param-basic {
margin: 0 10px;
--
Gitblit v1.9.3