Merge branch 'master' of http://192.168.20.39:8989/r/LunarMidplane
| | |
| | | export function res_updates(params) { |
| | | return request.post('/res/updates', params); |
| | | } |
| | | //资源列表-更新多条 |
| | | export function res_update(params) { |
| | | return request.post('/res/update', params); |
| | | } |
| | | |
| | | |
| | | |
| | |
| | | name: 'Tileset', |
| | | value: 4 |
| | | |
| | | }, { |
| | | name: 'WMS', |
| | | value: 5 |
| | | |
| | | }, |
| | | ] |
| | | export const data_type = [ |
| | |
| | | </el-form-item> |
| | | <!-- 英文表名 --> |
| | | <el-form-item |
| | | v-show="formInline.type === 2 || formInline.type === 3 " |
| | | v-show="insertData.type === 2 || insertData.type === 3 " |
| | | :label="$t('dataManage.layerObj.tableName')" |
| | | > |
| | | <el-input |
| | |
| | | if (val.proxy && val.proxy.indexOf(token) > -1) { |
| | | val.proxy = val.proxy.replace(token, "{token}"); |
| | | } |
| | | debugger |
| | | const data = await res_update(val); |
| | | this.currentData = JSON.stringify(this.formInline) |
| | | if (data.code != 200) { |