Browse Source

修改bug

qukaidi 3 years ago
parent
commit
6c7254220f

+ 1 - 1
src/views/saleLeads/detail.vue

@@ -501,7 +501,7 @@ export default {
         this.$message.success('提交成功')
         // this.$message({ type: "success", message: this.form.id ? "修改成功!" : "新增成功!" });
         // this.queryData(res.data.data);
-        this.$router.$avueRouter.closeTag("/saleLeads/index");
+        // this.$router.$avueRouter.closeTag("/saleLeads/index");
         data.corpId = res.data.data
         this.$router.push({
           path: '/workManagement/main-items/list',

+ 1 - 1
src/views/workManagement/main-items/detailsPage.vue

@@ -990,7 +990,7 @@ export default {
     dispatch(row, index) {
       if (row.id) {
         this.pgList = []
-        if (row.frequency == 4 && row.second) {
+        if (row.second>1) {
           for (let i = 0; i < row.second; i++) {
             this.pgList.push({
               ...row,