|
@@ -168,6 +168,7 @@ import AddSignTaskDialog from '@/business/platform/bpmn/form-ext/add-sign-task'
|
|
|
import FormPrintTemplate from '@/business/platform/form/form-print/template'
|
|
import FormPrintTemplate from '@/business/platform/form/form-print/template'
|
|
|
|
|
|
|
|
const _import = require('@/utils/util.import.' + process.env.NODE_ENV)
|
|
const _import = require('@/utils/util.import.' + process.env.NODE_ENV)
|
|
|
|
|
+import { SHOW_TIMT_MODIFICATION } from '@/constant'
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
|
components: {
|
|
components: {
|
|
@@ -298,10 +299,10 @@ export default {
|
|
|
},
|
|
},
|
|
|
timeModification_: {
|
|
timeModification_: {
|
|
|
handler: function (val, oldVal) {
|
|
handler: function (val, oldVal) {
|
|
|
- // if (val) {
|
|
|
|
|
- // this.readonly = false
|
|
|
|
|
- // console.log(this.readonly)
|
|
|
|
|
-
|
|
|
|
|
|
|
+ if (val) {
|
|
|
|
|
+ this.readonly = false
|
|
|
|
|
+ // console.log(this.readonly)
|
|
|
|
|
+ }
|
|
|
this.buttons = this.buildButtons(this.responseData.buttons.slice(1, 4), this.attributes) || []
|
|
this.buttons = this.buildButtons(this.responseData.buttons.slice(1, 4), this.attributes) || []
|
|
|
// }
|
|
// }
|
|
|
}
|
|
}
|