|
|
@@ -239,7 +239,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')"
|
|
|
+ condition: "V_LICODE in ('CSC','CSB','ZZB','ZZC')"
|
|
|
}
|
|
|
}).then((result)=>{
|
|
|
|