Browse Source

Merge branch 'dev_shequzhili'

shibei_master
jiangyy 3 years ago
parent
commit
e9003c431d
  1. 2
      src/views/modules/shequzhili/event copy/cpts/process-form-project.vue
  2. 2
      src/views/modules/shequzhili/event copy/cpts/process-form-replay.vue
  3. 2
      src/views/modules/shequzhili/event copy/eventList.vue

2
src/views/modules/shequzhili/event copy/cpts/process-form-project.vue

@ -188,7 +188,7 @@ import { isCard } from "@/utils/validate";
let loading; // let loading; //
function iniFmData () { function iniFmData () {
return { return {
operationType: '1',//[0: 1: 2:] operationType: '1',//[0: 1: 2:]
publicReply: '',// 1000 publicReply: '',// 1000
internalRemark: '',// 1000 internalRemark: '',// 1000
gridId: '',// gridId: '',//

2
src/views/modules/shequzhili/event copy/cpts/process-form-replay.vue

@ -58,7 +58,7 @@ export default {
return { return {
btnDisable: false, btnDisable: false,
formData: { formData: {
operationType: '0',//[0: 1: 2:] operationType: '0',//[0: 1: 2:]
content: '', content: '',
status: '' status: ''
}, },

2
src/views/modules/shequzhili/event copy/eventList.vue

@ -609,7 +609,7 @@ export default {
this.tableData.forEach(item => { this.tableData.forEach(item => {
if (item.operationType === '2') { if (item.operationType === '2') {
item.operationTypeShow = '已转需求' item.operationTypeShow = '已转服务'
} }
if (item.operationType === '1') { if (item.operationType === '1') {
item.operationTypeShow = '已立项' item.operationTypeShow = '已立项'

Loading…
Cancel
Save