修改字段名

This commit is contained in:
范强强
2024-03-26 17:09:06 +08:00
parent 2c565c60fa
commit fb70fd01b5
+6 -1
View File
@@ -10,6 +10,8 @@
<script>
import { postAction, getAction } from '../../api/manage'
import { ACCESS_TOKEN, OAUTH2_LOGIN_PAGE_PATH } from '@/store/mutation-types'
import Vue from 'vue'
export default {
name: 'index',
@@ -32,6 +34,8 @@ export default {
const focalUnit = '归口单位'
const watermark = '比亚迪'
const replaceStand = ''
const Authorization = 'token'
const appId = 'appId'
// http://39.98.140.126:8999
// http://127.0.0.1:8080
window.open(window.CONFIG.onlyOfficeRoute + '/editor?fileId=' + val.id + '&pid=' + val.pid +
@@ -40,7 +44,8 @@ export default {
'&key=' + nowTime + '&filePath=' + val.editFilePath + '&fileName=' + val.fileName +
'&userId=' + val.userId + '&userName=admin' + '&standCode=' + standCode +
'&standName=' + standName + '&replaceStand=' + replaceStand + '&draftsman=' + draftsman +
'&draftingDepartment=' + draftingDepartment + '&focalUnit=' + focalUnit + '&watermark=' + watermark)
'&draftingDepartment=' + draftingDepartment + '&focalUnit=' + focalUnit + '&watermark=' + watermark +
'&Authorization=' + Authorization + '&appId=' + appId)
}
})
} else {