Browse Source

数据确认优化

wyh 2 years ago
parent
commit
dd3d4a1913

+ 3 - 2
itdmWeb/src/views/module-iTDM/gongdanshuju/ItdmGongdanShujuList2.vue

@@ -413,7 +413,7 @@ export default {
             listSj(this.queryParam).then((res) => {
             listSj(this.queryParam).then((res) => {
                 console.log(res)
                 console.log(res)
                 this.dataSource = res.result
                 this.dataSource = res.result
-                this.shiyanType = res.result[0].shiyanType
+                // this.shiyanType = res.result[0].shiyanType
                 this.loading = false
                 this.loading = false
             })
             })
         },
         },
@@ -504,8 +504,9 @@ export default {
             httpAction('/itdmgomgongdanshuju/ItdmGongdanshuju/create',select, 'post').then((res) => {
             httpAction('/itdmgomgongdanshuju/ItdmGongdanshuju/create',select, 'post').then((res) => {
                 if (res.success) {
                 if (res.success) {
                 console.log(res)
                 console.log(res)
-                this.$message.success(res.message)
+                this.$message.success("生成成功")
                 this.modalFormOk()
                 this.modalFormOk()
+                this.getList()
                 } else {
                 } else {
                 this.$message.warning(res.message)
                 this.$message.warning(res.message)
                 }
                 }