|
@@ -220,6 +220,7 @@ export default {
|
220
|
220
|
this.modelData = res.data.model;
|
221
|
221
|
console.log(this.modelData)
|
222
|
222
|
this.modelData.incident.handleCategory = {id: 1565};
|
|
223
|
+ this.modelData.incident.closecode = {id: 1572};
|
223
|
224
|
this.modelData.loginUser= this.loginUser;
|
224
|
225
|
this.$http
|
225
|
226
|
.post(
|