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 | 25 ++++++++++++++++++++----- 1 files changed, 20 insertions(+), 5 deletions(-) diff --git a/src/views/basic/param/index.vue b/src/views/basic/param/index.vue index 03c511f..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() { -- Gitblit v1.9.3