@ -515,7 +515,7 @@
this.taskFileVisible = true
let dto = {
fileTypeCode: 'TASK',
orderRef2:id
orderRef3:id
}
this.$nextTick(() => {
this.$refs.taskFileList.init(dto)
@ -329,7 +329,7 @@
},
created() {
this.getUserList()
</script>
@ -109,7 +109,7 @@
fixed="right"
header-align="center"
align="center"
width="150"
width="60"
label="操作">
<template slot-scope="scope">
<!-- <el-link type="text" size="small" @click="addOrUpdateHandle(scope.row.id)">修改 |</el-link>-->
@ -5,7 +5,7 @@
window.SITE_CONFIG = {};
// api接口请求地址
window.SITE_CONFIG['baseUrl'] = 'http://192.168.1.83:9092';
window.SITE_CONFIG['baseUrl'] = 'http://192.168.2.172:9090';
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名