This commit is contained in:
Vergil
2020-03-26 11:25:14 +08:00
parent d3b17f4a2a
commit ab0d88b80a
2 changed files with 12 additions and 12 deletions

View File

@@ -13,8 +13,8 @@ export default {
// 1type11查询12增删改必须
// 2name存储过程名必须
// 3data存储过程参数名和对应值例如
// this.param[0] = ['设备类型编码', '3', 'string', '0']
// this.param[1] = ['output', '3', 'int', '1'],必须
// param[0] = ['设备类型编码', '3', 'string', '0']
// param[1] = ['output', '3', 'int', '1'],必须
// 数组里四个分别对应存储过程参数名必须存储过程参数值必须参数类型若是output必须参数是否为output0否1是
// 4pageSizepageList分页使用可选
Vue.prototype.CreateData = function(type, name, data, pageSize, pageList) {