bug
This commit is contained in:
parent
81ec232a36
commit
3732907055
@ -160,6 +160,11 @@ export default {
|
||||
}else {
|
||||
this.isCashier = false
|
||||
}
|
||||
if (this.checkedKeys.length==this.ruleForm.checkedKeys.length && this.isCashier){
|
||||
this.checked = true
|
||||
}else {
|
||||
this.checked = false
|
||||
}
|
||||
this.getMenuTreeselect()
|
||||
// this.tableData = response.data.treeselect;
|
||||
});
|
||||
|
@ -9,7 +9,7 @@
|
||||
</if>
|
||||
AND source_id IN(SELECT source_id FROM `t_duty_source`
|
||||
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
|
||||
</select>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user