--no commit message
Showing
91 changed files
with
2057 additions
and
48 deletions
-
Please register or sign in to post a comment
... | ... | @@ -35,6 +35,10 @@ |
}; | ||
}, | ||
methods: { | ||
/** | ||
* @description: onSubmit | ||
* @author: renchao | ||
*/ | ||
onSubmit () { | ||
stopTask({ | ||
bsmSlsq: this.formData.bsmSlsq, | ||
... | ... |
... | ... | @@ -163,6 +163,10 @@ |
}, | ||
methods: { | ||
// 列表渲染接口 | ||
/** | ||
* @description: 列表渲染接口 | ||
* @author: renchao | ||
*/ | ||
queryClick () { | ||
getServerInfo().then(res => { | ||
if (res.code === 200) { | ||
... | ... |