bug
This commit is contained in:
parent
81ec232a36
commit
3732907055
@ -160,6 +160,11 @@ export default {
|
|||||||
}else {
|
}else {
|
||||||
this.isCashier = false
|
this.isCashier = false
|
||||||
}
|
}
|
||||||
|
if (this.checkedKeys.length==this.ruleForm.checkedKeys.length && this.isCashier){
|
||||||
|
this.checked = true
|
||||||
|
}else {
|
||||||
|
this.checked = false
|
||||||
|
}
|
||||||
this.getMenuTreeselect()
|
this.getMenuTreeselect()
|
||||||
// this.tableData = response.data.treeselect;
|
// this.tableData = response.data.treeselect;
|
||||||
});
|
});
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</if>
|
</if>
|
||||||
AND source_id IN(SELECT source_id FROM `t_duty_source`
|
AND source_id IN(SELECT source_id FROM `t_duty_source`
|
||||||
WHERE duty_id IN(SELECT duty_id FROM `t_account_duty`
|
WHERE duty_id IN(SELECT duty_id FROM `t_account_duty`
|
||||||
WHERE acct_id = #{accountId}))
|
WHERE acct_id = #{accountId} and if_delete = '0'))
|
||||||
ORDER BY s.source_style ASC
|
ORDER BY s.source_style ASC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user