Răsfoiți Sursa

协议内部机构显示异常

@dongkboy 2 ani în urmă
părinte
comite
e945242b4d

+ 2 - 2
config/dev.env.js

@@ -8,12 +8,12 @@ module.exports = merge(prodEnv, {
 
   ENV_CONFIG:'"dev"',
   // BASE_URL: '"https://test.baoxianzhanggui.com/web-api"',//测试服务器
-  // BASE_URL:'"https://sxzgkj.baoxianzhanggui.com/web-api"'//正式服务器
+  BASE_URL:'"https://sxzgkj.baoxianzhanggui.com/web-api"'//正式服务器
   // BASE_URL:'"https://sxzgkj.baoxianzhanggui.com/web-api"'//正式服务器
   // BASE_URL: '"http://192.168.0.115:8080/"' //凯森
   // BASE_URL: '"http:///192.168.0.106:8080/"',//屈晨
   // BASE_URL: '"http:///192.168.0.253:8080/"',//田智
-  BASE_URL: '"http:///192.168.0.42:8080/"',//武鸿鹏
+  // BASE_URL: '"http:///192.168.0.42:8080/"',//武鸿鹏
   // BASE_URL: '"http:///192.168.0.253:8080/"',//田智
   // BASE_URL: '"http:///192.168.0.42:8080/"',//武鸿鹏
   // BASE_URL: '"http://192.168.1.101:8080/"',

+ 3 - 1
src/views/AgreementManage/CarInsurance/AgreementEntry.vue

@@ -2351,7 +2351,7 @@ export default {
 
   },
   mounted() {
-    this.labelWidth = "auto";
+    // this.labelWidth = "auto";
     this.findLeftTreeData();
   },
   methods: {
@@ -3418,8 +3418,10 @@ export default {
       for (let key in this.agreement) {
         // if (key != "partnerCompaniesId") {
         this.agreement[key] = "";
+
         // }
       }
+      this.labelData=null;
       this.attributionform = JSON.parse(
         JSON.stringify(this.defaultattributionform)
       );