Browse Source

pblCouyrse

SanHQin 7 months ago
parent
commit
3c150709a6
1 changed files with 9 additions and 9 deletions
  1. 9 9
      src/components/pages/pblCourse/guide.vue

+ 9 - 9
src/components/pages/pblCourse/guide.vue

@@ -189,10 +189,10 @@
         <div style="text-wrap: nowrap;">项目标题:</div>
         <el-input v-model.trim="proTit" placeholder="请输入标题"></el-input>
       </div>
-      <div class="digInp">
+      <!-- <div class="digInp">
         <div style="text-wrap: nowrap;">项目选题:</div>
         <el-input v-model.trim="proType" placeholder="请输入选题"></el-input>
-      </div>
+      </div> -->
       <div class="digBtn" @click="addProject">确认</div>
     </el-dialog>
   </div>
@@ -293,13 +293,13 @@ export default {
         });
         return;
       }
-      if (this.proType == "") {
-        this.$message({
-          type: "error",
-          message: "请输入项目选题"
-        });
-        return;
-      }
+      // if (this.proType == "") {
+      //   this.$message({
+      //     type: "error",
+      //     message: "请输入项目选题"
+      //   });
+      //   return;
+      // }
       let params = [
         {
           uid: this.$route.query.userid,