@@ -613,7 +613,7 @@
<el-input v-model="templateForm.name" placeholder="请输入模板名称" maxlength="12"
show-word-limit clearable></el-input>
<div>
- <span>同时保存</span>
+ <span style="margin-right:20px">同时保存</span>
<el-checkbox v-model="templateForm.saveTask" label="任务"></el-checkbox>
<el-checkbox v-model="templateForm.saveRisk" label="风险"></el-checkbox>
<el-checkbox v-model="templateForm.saveMileStone" label="里程碑"></el-checkbox>
@@ -185,7 +185,7 @@ export default {
getList() {
let getlistcs = {}
- if (this.valuex != null){
+ if (this.valuex != null && this.valuex != ''){
if (!this.reqpar1) {
getlistcs = {type : 0 , startDate : this.reqpar2[0] , endDate : this.reqpar2[1], userId : this.valuex}
}else{