工时查询修改工时

This commit is contained in:
Vergil
2020-03-17 11:17:58 +08:00
parent 35cd5c3966
commit 1b9d98077e
19 changed files with 126 additions and 36 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 = ''