|
@@ -454,7 +454,7 @@ var _default = {
|
|
|
// this.form.buildingId = this.building
|
|
|
// this.form.communityId=this.community
|
|
|
this.form.userId = this.userId;
|
|
|
- this.form.pressureStatus = null;
|
|
|
+ this.form.processStatus = -1;
|
|
|
this.form.createBy = this.userId;
|
|
|
this.form.positionId = this.id;
|
|
|
_index.default.updatevalveWellPosition(this.form).then(function (res) {
|