|
|
@@ -250,7 +250,7 @@ export default {
|
|
|
// const {data} = await this.$http.get("kanban/panelView/parseData/2B247DC439B3?index=0&kanbanCode=2B23AC00BCFB");
|
|
|
await this.$http.get("kanban/datalist.action?caller=" + caller + "&_noc=1&page=1&pageSize=100", {
|
|
|
params: {
|
|
|
- condition: "V_LICODE in ('CSC','CSB','ZZB','ZZC')"
|
|
|
+ condition: "V_LICODE in ('CSC','CSB','CSA','ZZA','ZZB','ZZC')"
|
|
|
}
|
|
|
}).then((result) => {
|
|
|
|