kimi
2020-01-23 3453eed4c505a5ffe765cc702836f5f5d9d5d5da
src/components/popup/newProject.vue
@@ -75,6 +75,8 @@
   },
  data () {
    return {
      userId: undefined,
      assign: undefined,
      add_Step: 0,
         loading_nextStep: false,
         nextStepName: "下一步",
@@ -136,6 +138,8 @@
      this.ruleForm = this.rowData;
      this.xmId = this.rowData.id;
   }
   this.userId = localStorage.getItem('userId');
   this.assign = localStorage.getItem('assign');
},
  methods:{
      Cancel() {
@@ -201,7 +205,8 @@
               startTime: items1,
               endTime: items2,
               id: this.xmId,
               desp:ruleForm_.desp
               desp:ruleForm_.desp,
               userId: this.userId
           }
         }).then(data_ => {
           console.log(data_);
@@ -269,7 +274,7 @@
      },
      saveStep3() {
         let url = "/api/scheme/working/" + this.ruleForm.id;
         this.$axios.get(url + datas).then(data_ => {
         this.$axios.get(url).then(data_ => {
            if(data_.data.success) {
               this.$message('项目启动成功');
               this.Cancel();