|
|
@@ -235,15 +235,17 @@
|
|
|
// this.setRemindText('您无该模块的编辑权限,请联系企业管理员进行编辑维护!')
|
|
|
// return
|
|
|
// }
|
|
|
- this.storeState = 'update'
|
|
|
- this.Islook = true
|
|
|
- this.hidelook = true
|
|
|
- this.IsEnlook = true
|
|
|
- this.hideEnlook = true
|
|
|
- this.setTextareaHeight()
|
|
|
- this.setApplicationTextareaHeight()
|
|
|
- this.setEnTextareaHeight()
|
|
|
+ this.authorityInterceptor('/store-service/stores/*', () => {
|
|
|
+ this.storeState = 'update'
|
|
|
+ this.Islook = true
|
|
|
+ this.hidelook = true
|
|
|
+ this.IsEnlook = true
|
|
|
+ this.hideEnlook = true
|
|
|
+ this.setTextareaHeight()
|
|
|
+ this.setApplicationTextareaHeight()
|
|
|
+ this.setEnTextareaHeight()
|
|
|
// this.setAddarea()
|
|
|
+ })
|
|
|
},
|
|
|
dealWithText2(tp) {
|
|
|
if (tp === 'open') {
|