Browse Source

个性需求评价没调接口

feature
mk 1 year ago
parent
commit
1beee8d0d5
  1. 1
      src/views/modules/communityService/measure/index.vue

1
src/views/modules/communityService/measure/index.vue

@ -1231,6 +1231,7 @@ export default {
else if (this.addType == "edit") this.editCate(); else if (this.addType == "edit") this.editCate();
else if (this.addType == "appoint") this.appointAjax(); else if (this.addType == "appoint") this.appointAjax();
else if (this.addType == "finish") this.finishAjax(); else if (this.addType == "finish") this.finishAjax();
else if (this.addType == "finishNoEvaluate") this.finishAjax();
} else { } else {
console.log("error submit!!"); console.log("error submit!!");
return false; return false;

Loading…
Cancel
Save