Commit acb7b642 authored by JiangSN's avatar JiangSN

删除无用方法

parent e6ec9e22
...@@ -193,14 +193,6 @@ export default { ...@@ -193,14 +193,6 @@ export default {
} }
}, },
methods: { methods: {
testDigSeven(val){
console.log("val:"+val)
// this.queryList.push(val)
this.$http.get("http://localhost:8013/api/JczlcxController/QueryJczlcxFhmx?id=" + val.id).then(function (res) {
// console.log("this.queryList:"+ this.queryList)
// this.queryList.push(res.body.data[0])
});
},
testConnectServer() { testConnectServer() {
this.$refs['form'].validate((valid) => { this.$refs['form'].validate((valid) => {
if (valid) { if (valid) {
......
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