Răsfoiți Sursa

增项按钮修改

huahaiyan 6 ani în urmă
părinte
comite
c94b1d7401

+ 1 - 0
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/_opera/basisdataopera.vue

@@ -528,6 +528,7 @@
           .then(res => {
             if (res.data.code === 0) {
               _this.dialogFormData.SupplierCertAppendId = res.data.item //接收插入数据后返回的Id
+              _this.Id = res.data.item
               _this.$message({
                 type: 'success',
                 message: res.data.message,

+ 1 - 0
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/_opera/goodsdataopera.vue

@@ -551,6 +551,7 @@
           .then(res => {
             if (res.data.code === 0) {
               _this.dialogFormData.SupplierCertAppendId = res.data.item //接收插入数据后返回的Id
+              _this.Id = res.data.item
               _this.$message({
                 type: 'success',
                 message: res.data.message,

+ 1 - 0
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/_opera/techdataopera.vue

@@ -510,6 +510,7 @@
           .then(res => {
             if (res.data.code === 0) {
               _this.dialogFormData.SupplierCertAppendId = res.data.item //接收插入数据后返回的Id
+              _this.Id = res.data.item
               _this.$message({
                 type: 'success',
                 message: res.data.message,