|
@@ -473,7 +473,7 @@ export default {
|
|
|
this.addElement = true
|
|
|
},
|
|
|
async getWbsTypeList () {//获取清表模板信息
|
|
|
- const { data: res } = await getWbsTypeList({ wbsType: 1 })
|
|
|
+ const { data: res } = await getWbsTypeList({ wbstype: 1 })
|
|
|
console.log(res);
|
|
|
if (res.code === 200 && res.msg === '操作成功') {
|
|
|
this.GLExcelData = res.data
|