@ -188,7 +188,7 @@ import { isCard } from "@/utils/validate";
let loading; // 加载动画
function iniFmData () {
return {
operationType: '1',//处理方式[0:已回复 1:已转项目 2:已转需求]
operationType: '1',//处理方式[0:已回复 1:已转项目 2:已转服务]
publicReply: '',//项目方案 1000
internalRemark: '',// 内部备注 1000
gridId: '',//
@ -58,7 +58,7 @@ export default {
btnDisable: false,
formData: {
operationType: '0',//处理方式[0:已回复 1:已转项目 2:已转需求]
operationType: '0',//处理方式[0:已回复 1:已转项目 2:已转服务]
content: '',
status: ''
},
@ -609,7 +609,7 @@ export default {
this.tableData.forEach(item => {
if (item.operationType === '2') {
item.operationTypeShow = '已转需求'
item.operationTypeShow = '已转服务'
}
if (item.operationType === '1') {
item.operationTypeShow = '已立项'