Browse Source

与ccpm数据同步

sangwenwei 7 tháng trước cách đây
mục cha
commit
0fe3978916

+ 2 - 2
src/api/sys/OSSService.js

@@ -87,8 +87,8 @@ export default class OSSSerive {
 
 export const client = new OSS({
   region: 'oss-cn-hangzhou', // oss地址
-  accessKeyId: 'LTAI5tQDWoM9c1WyJNPs86rX', // 通过阿里云控制台创建的AccessKey ID。
-  accessKeySecret: '84dDIx4edT1n78KUOqqSmDZ35pchJv', // 通过阿里云控制台创建的AccessKey Secret。
+  accessKeyId: 'LTAI5tKa6kzGr5EyPWJB4EcD', // 通过阿里云控制台创建的AccessKey ID。
+  accessKeySecret: 'arHxB7ZPhizrBYf4844TtyaRctPMgW', // 通过阿里云控制台创建的AccessKey Secret。
 	bucket: 'xgxm-test', // 仓库名字
 	// bucket: 'xg-pg', // 仓库名字
 	useFetch: true, // 支持上传大于100KB的文件

+ 1 - 0
src/views/cw/reportManagement/ReportManagementList.vue

@@ -387,6 +387,7 @@
           this.tablePage.total = data.total
           this.tableKey = Math.random()
           this.loading = false
+			console.log('da',this.dataList)
         })
         this.checkIsAdmin()
         processService.getByName('会计-报告复核').then((data) => {

+ 2 - 2
src/views/cw/workContract/ContractNameForm.vue

@@ -162,7 +162,7 @@
                   children: 'children'    // 子级字段名
                 }"
 
-              :url="`/system-server/sys/office/treeData?type=1`"
+              :url="`/system-server/sys/office/treeData?type=2`"
               :value="inputForm.department"
               :accordion="true"
 			  size="default"
@@ -783,7 +783,7 @@
           contractInfoService.findById(this.inputForm.id).then((data) => {
             this.inputForm = this.recover(this.inputForm, data)
             const f = []
-            console.log('data.fees', data.fees)
+            console.log('data.fees', this.inputForm)
             if (data.fees !== null && data.fees !== undefined && data.fees !== '') {
               data.fees.split(',').forEach(item => {
                 if (item !== null && item !== undefined && item !== '') {