朱鑫波 hace 4 años
padre
commit
5a399bead0

+ 1 - 1
src/views/modules/advertiser/ProjectMemberList.vue

@@ -805,7 +805,7 @@ export default {
       params.projectId = this.record.projectId
       params.projectName = this.record.projectName
       params.systemType = this.systemType == '4' ? this.systemTypeName : this.systemType
-      
+      params.channelType = 'jiaoyang'
       // 触发表单验证
       this.form.validateFields((err, values) => {
         if (!err) {

+ 1 - 1
src/views/modules/advertiser/modules/ProjectModal.vue

@@ -120,7 +120,7 @@
             optionFilterProp="children"
             style="width: 100%"
             :filterOption="filterOption"
-            v-decorator="['saleId', { rules: [{ required: true, message: '请选择销售' }] }]"
+            v-decorator="['saleId',]"
           >
           <!--  { rules: [{  required: true,message: '请选择销售' }] } -->
             <a-select-option

+ 4 - 0
vue.config.js

@@ -75,7 +75,11 @@ module.exports = {
         // target: 'http://192.168.2.115:8080', //请求本地 需要jeecg-boot后台项目  祚云
         // target: 'http://192.168.1.43:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.1.43:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
+<<<<<<< HEAD
         // target: 'http://192.168.1.43:8806', //请求本地 需要jeecg-boot后台项目  毕洁泉
+=======
+        // target: 'http://192.168.1.43:8087', //请求本地 需要jeecg-boot后台项目  毕洁泉
+>>>>>>> ef9176111a768c2ee2999fa17ef0b1951f2f6504
         // target: 'http://192.168.0.252:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.1.219:8080', //请求本地 需要jeecg-boot后台项目  赵西安
         // target: 'http://192.168.1.193:8080', //请求本地 需要jeecg-boot后台项目  李煜一