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;