Commit e2f87c34 authored by TZW's avatar TZW

1

parent 936fee33
......@@ -225,12 +225,12 @@ const Mtable = (props) => {
//初始化操作数据
const initDrage = async () => {
if (!path) return;
let res = await doFetch({
url: '/ngic-base-business/paFieldScene/queryContro',
params: {
sceneMark: activeTabKey ? path + activeTabKey : path,
},
});
// let res = await doFetch({
// url: '/ngic-base-business/paFieldScene/queryContro',
// params: {
// sceneMark: activeTabKey ? path + activeTabKey : path,
// },
// });
if (res.code == '0000') {
//datalist:接口返回状态
let datalist = {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment