|
@@ -512,6 +512,7 @@ export default {
|
|
}else if(this.$parent.role=='design'){
|
|
}else if(this.$parent.role=='design'){
|
|
this.$parent.currentTabComponent='operatorPlatform'
|
|
this.$parent.currentTabComponent='operatorPlatform'
|
|
}
|
|
}
|
|
|
|
+ this.$parent.isEdit=false;
|
|
},
|
|
},
|
|
disabledDate(current) {
|
|
disabledDate(current) {
|
|
return current && current < moment().subtract(1,'days')
|
|
return current && current < moment().subtract(1,'days')
|
|
@@ -701,8 +702,8 @@ export default {
|
|
|
|
|
|
beforeUpload(file) {
|
|
beforeUpload(file) {
|
|
// ${this.form.project}
|
|
// ${this.form.project}
|
|
- // this.uploadAction= `http://api.tjyourong.com.cn/jeecg-boot/platform/file/uploadAttachment?projectId=772`
|
|
|
|
- this.uploadAction= `http://139.186.151.174:8804/jeecg-boot/platform/file/uploadAttachment?projectId=772`
|
|
|
|
|
|
+ this.uploadAction= `http://api.tjyourong.com.cn/jeecg-boot/platform/file/uploadAttachment?projectId=772`
|
|
|
|
+ // this.uploadAction= `http://139.186.151.174:8804/jeecg-boot/platform/file/uploadAttachment?projectId=772`
|
|
this.loadDisabled = true
|
|
this.loadDisabled = true
|
|
const size = (Number(file.size) / (1024 * 1024)).toFixed(2)
|
|
const size = (Number(file.size) / (1024 * 1024)).toFixed(2)
|
|
const fileName = file.name
|
|
const fileName = file.name
|