Explorar el Código

Merge branch 'dev' of http://git.ycjcjy.com/SpaceOfCheng/admin into dev

yuantianjiao hace 6 años
padre
commit
22e3a557f5

+ 2
- 2
config/index.js Ver fichero

@@ -12,9 +12,9 @@ module.exports = {
12 12
     proxyTable: {
13 13
       '/api': {
14 14
         // target: 'https://dp.huiju360.com.cn/hj_operations',
15
-        target: 'http://192.168.0.62:8080', //wf
15
+        // target: 'http://192.168.0.62:8080', //wf
16 16
         // target: 'http://127.0.0.1:8080', 
17
-        // target: 'http://192.168.0.11:8080', //ys
17
+        target: 'http://192.168.0.11:8080', //ys
18 18
         // target: 'http://192.168.0.125:8080', //hyq
19 19
         // target: 'http://dev.ycjcjy.com/', //frp
20 20
         changeOrigin: true, // 如果接口跨域,需要进行这个参数配置

+ 0
- 1
src/pages/system/cardAndCouponManager/cardManager/edit.vue Ver fichero

@@ -22,7 +22,6 @@
22 22
           <div class="flex-item">
23 23
             <div>
24 24
               <el-upload
25
-                :disabled="isEdit"
26 25
                 class="avatar-uploader"
27 26
                 action='string'
28 27
                 :http-request="toolClass.upload"

+ 0
- 1
src/pages/system/cardAndCouponManager/couponManager/edit.vue Ver fichero

@@ -23,7 +23,6 @@
23 23
           <div class="flex-item">
24 24
             <div>
25 25
               <el-upload
26
-                :disabled="isEdit"
27 26
                 class="avatar-uploader"
28 27
                 action='string'
29 28
                 :http-request="toolClass.upload"

+ 1
- 1
src/pages/system/caseManager/signinManager/index.vue Ver fichero

@@ -180,7 +180,7 @@ export default {
180 180
       return this.toolClass.dateFormat(date, 'yyyy-MM-dd hh:mm:ss')
181 181
     },
182 182
     excelSignin () { // 导出Excel
183
-      window.open(`${this.toolClass.ReplaceOrg(this.$api.caseManager.getExcelSignin.url)}?token=${localStorage.getItem('JWT')}&selectType=${this.$data.valueTime}&caseid=${this.$data.valueCase}`, '_blank')
183
+      window.open(`${this.toolClass.ReplaceOrg(this.$api.caseManager.getExcelSignin.url)}?token=${localStorage.getItem('JWT')}&selectType=${this.valueTime}&caseid=${this.postData.caseid}`, '_blank')
184 184
     }
185 185
   },
186 186
   computed: {