This commit is contained in:
liushuai
2020-03-17 18:45:57 +08:00
23 changed files with 145 additions and 47 deletions

View File

@@ -1,4 +1,5 @@
import { ExcelDownLoad } from '@/utils/request'
import request from '@/utils/request'
import { type } from './tool' // type判断传入值的类型比typeof更详细
export default {
@@ -52,6 +53,14 @@ export default {
var numn = JSON.stringify(obj[0])
return numn
}
// 新通讯11/12---<
Vue.prototype.ExecDatabase = function(num) {
return request({
url: '',
method: 'post',
data: num
})
}
// 高精原CreateData
// Vue.prototype.CreateData = function(type, name, data, pageSize, pageList) {
// var paramStr = ''