Browse Source

教师发展切换刷新控制type

11wqe1 9 months ago
parent
commit
5d0839775e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/components/pages/testPerson/examine/index.vue

+ 2 - 0
src/components/pages/testPerson/examine/index.vue

@@ -377,6 +377,8 @@ export default {
         .get(this.$store.state.api + "selectTestExamineBase", params)
         .then(res => {
           // console.log("resresresres", res.data[0]);
+          this.allData = res.data[0][0];
+
           console.log("selectTestExamineBase", res.data[0][0]);
           this.PageBaseData = JSON.parse(res.data[0][0].json);
           // 先获取基础模板,然后再获取用户又没有填写过,填写过就开始循环赋值给基础模板,最后提交基础模板