From f502ec3294014431c120bec8ce03f7df610b8921 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Mon, 6 May 2024 17:30:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=201454=20=E5=86=85=E9=83=A8=E7=BB=B4?= =?UTF-8?q?=E4=BF=AE=E5=8F=AA=E8=83=BD=E6=B7=BB=E5=8A=A0=E9=85=8D=E4=BB=B6?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/repairTest/repair/dialogOneForm.vue | 16 +++++++++------- sgzb-ui/vue.config.js | 4 ++-- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/sgzb-ui/src/views/repairTest/repair/dialogOneForm.vue b/sgzb-ui/src/views/repairTest/repair/dialogOneForm.vue index 5fef4495..df37e51d 100644 --- a/sgzb-ui/src/views/repairTest/repair/dialogOneForm.vue +++ b/sgzb-ui/src/views/repairTest/repair/dialogOneForm.vue @@ -47,12 +47,10 @@ style="width: 350px" type="textarea"> - - -
添加配件 + 删除
@@ -114,13 +112,10 @@ style="width: 350px" type="textarea"> - - - -
添加配件 + 删除
@@ -320,6 +315,13 @@ export default { key: Date.now() }); }, + delDomain(domain, type) { + if (type == 1) { + this.dynamicValidateForm.premiumList = this.dynamicValidateForm.premiumList.filter(item => item.key != domain.key); + } else { + this.dynamicValidateFormTwo.premiumListTwo = this.dynamicValidateFormTwo.premiumListTwo.filter(item => item.key != domain.key); + } + }, addDomainTwo() { this.dynamicValidateFormTwo.premiumListTwo.push({ selected: "N", diff --git a/sgzb-ui/vue.config.js b/sgzb-ui/vue.config.js index b86cbf64..c531fe7d 100644 --- a/sgzb-ui/vue.config.js +++ b/sgzb-ui/vue.config.js @@ -46,8 +46,8 @@ module.exports = { // target: `http://10.40.92.8:8080`, //超 // target: `http://10.40.92.81:8080`, //韩/ // target: `http://10.40.92.74:8080`,//旭/ - // target: `http://10.40.92.153:8080`, //帅 - target: `http://10.40.92.5:28080`, //福 + target: `http://10.40.92.140:28080`, //帅 + // target: `http://10.40.92.5:28080`, //福 //******** 注意事项 ********* */ //1.全局替换qrUrl二维码扫码提供的网址-发布服务器的地址target;