Merge pull request #7285 from dataease/pr@dev_one_dot_x

fix: 插件test
This commit is contained in:
dataeaseShu 2023-12-22 11:51:11 +08:00 committed by GitHub
commit a4800544b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -238,6 +238,7 @@ export default {
data: data,
callBack: callBack
}
console.log('url, type, data, callBack', param);
this.$emit('execute-axios', param)
if (process.env.NODE_ENV === 'development') {
execute(param).then(res => {