licailing hace 4 años
padre
commit
0612e2017b
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      src/main/h5/src/views/expert/expertAdd.vue

+ 4 - 0
src/main/h5/src/views/expert/expertAdd.vue

@@ -182,6 +182,10 @@ export default {
       });
     });
 
+    this.$http.get("/rate/get/" + this.$route.query.rateId).then(res => {
+      this.form.remark = res.remark;
+    });
+
     this.$http
       .post(
         "/rateExpertAudit/all",