Commit e2f87c34 authored by TZW's avatar TZW

1

parent 936fee33
...@@ -225,12 +225,12 @@ const Mtable = (props) => { ...@@ -225,12 +225,12 @@ const Mtable = (props) => {
//初始化操作数据 //初始化操作数据
const initDrage = async () => { const initDrage = async () => {
if (!path) return; if (!path) return;
let res = await doFetch({ // let res = await doFetch({
url: '/ngic-base-business/paFieldScene/queryContro', // url: '/ngic-base-business/paFieldScene/queryContro',
params: { // params: {
sceneMark: activeTabKey ? path + activeTabKey : path, // sceneMark: activeTabKey ? path + activeTabKey : path,
}, // },
}); // });
if (res.code == '0000') { if (res.code == '0000') {
//datalist:接口返回状态 //datalist:接口返回状态
let 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