修改禅道已知bug
This commit is contained in:
+1
-1
@@ -362,7 +362,7 @@
|
|||||||
},
|
},
|
||||||
completeTask(value, taskId, isTrue) {
|
completeTask(value, taskId, isTrue) {
|
||||||
let handlingTime = moment(new Date()).format('YYYY-MM-DD HH:mm:ss')
|
let handlingTime = moment(new Date()).format('YYYY-MM-DD HH:mm:ss')
|
||||||
value.operatorTime = handlingTime
|
value.handlingTime = handlingTime
|
||||||
Object.keys(value).forEach(res => {
|
Object.keys(value).forEach(res => {
|
||||||
if (value[res] && value[res] instanceof String) {
|
if (value[res] && value[res] instanceof String) {
|
||||||
value[res] = value[res].replace(/\"/g, '“')
|
value[res] = value[res].replace(/\"/g, '“')
|
||||||
|
|||||||
+2
@@ -540,6 +540,8 @@
|
|||||||
value[res] = value[res].replace(/\'/g, '‘')
|
value[res] = value[res].replace(/\'/g, '‘')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
let operatorTime = moment(new Date()).format('YYYY-MM-DD HH:mm:ss')
|
||||||
|
value.handlingTime = operatorTime
|
||||||
this.startProcess(value, dataList)
|
this.startProcess(value, dataList)
|
||||||
},
|
},
|
||||||
startProcess(value, dataList) {
|
startProcess(value, dataList) {
|
||||||
|
|||||||
@@ -77,7 +77,6 @@
|
|||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.queryForm = this.standardContentQuery
|
this.queryForm = this.standardContentQuery
|
||||||
this.queryForm.taskExplain = 'sdf dsjf;l sdf;ldsf ;lsdfkj d;lsfkds;lfdksf第三方是德国搞定过分乐观看待给对方;公开地方领导反馈给东丽的反馈给管库给的给'
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
urlClick(val) {
|
urlClick(val) {
|
||||||
|
|||||||
@@ -309,7 +309,7 @@
|
|||||||
completeTask() {
|
completeTask() {
|
||||||
let value = JSON.parse(JSON.stringify(this.queryProject))
|
let value = JSON.parse(JSON.stringify(this.queryProject))
|
||||||
let handlingTime = moment(new Date()).format('YYYY-MM-DD HH:mm:ss')
|
let handlingTime = moment(new Date()).format('YYYY-MM-DD HH:mm:ss')
|
||||||
value.operatorTime = handlingTime
|
value.handlingTime = handlingTime
|
||||||
Object.keys(value).forEach(res => {
|
Object.keys(value).forEach(res => {
|
||||||
if (value[res] && value[res] instanceof String) {
|
if (value[res] && value[res] instanceof String) {
|
||||||
value[res] = value[res].replace(/\"/g, '“')
|
value[res] = value[res].replace(/\"/g, '“')
|
||||||
|
|||||||
@@ -173,6 +173,8 @@
|
|||||||
},
|
},
|
||||||
completeTask() {
|
completeTask() {
|
||||||
let value = JSON.parse(JSON.stringify(this.queryProject))
|
let value = JSON.parse(JSON.stringify(this.queryProject))
|
||||||
|
let handlingTime = moment(new Date()).format('YYYY-MM-DD HH:mm:ss')
|
||||||
|
value.handlingTime = handlingTime
|
||||||
Object.keys(value).forEach(res => {
|
Object.keys(value).forEach(res => {
|
||||||
if (value[res] && value[res] instanceof String) {
|
if (value[res] && value[res] instanceof String) {
|
||||||
value[res] = value[res].replace(/\"/g, '“')
|
value[res] = value[res].replace(/\"/g, '“')
|
||||||
|
|||||||
Reference in New Issue
Block a user