Browse Source

优化

master
陈裕财 4 years ago
parent
commit
9308c89545
  1. 1
      src/views/xm/core/xmTask/XmTaskEdit.vue
  2. 5
      src/views/xm/core/xmTask/XmTaskMng.vue

1
src/views/xm/core/xmTask/XmTaskEdit.vue

@ -639,6 +639,7 @@
bidStep:[],
marketState:[],
crowd_task_market:{},
taskState:[],
},// params=[{categoryId:'0001',itemCode:'sex'}] {'sex':[{optionValue:'1',optionName:'',seqOrder:'1',fp:'',isDefault:'0'},{optionValue:'2',optionName:'',seqOrder:'2',fp:'',isDefault:'0'}]}
load:{ list: false, edit: false, del: false, add: false },//...
editFormRules: {

5
src/views/xm/core/xmTask/XmTaskMng.vue

@ -220,8 +220,7 @@
<el-button slot="reference" @click="moreVisible=!moreVisible">更多</el-button>
</el-popover>
<span style="float:right;">
<el-popover
v-if="parentTask&&parentTask.id"
<el-popover
placement="top-start"
title="选择任务的方式"
width="300"
@ -1372,7 +1371,7 @@ export default {
if(!parentTask||!parentTask.id){
this.$notify({
showClose: true,
message: "请先选择上级计划",
message: "任务必须挂在计划下,先选择上级计划或者转入计划模块进行创建任务",
type: "warning",
});
return false;

Loading…
Cancel
Save