Commit f48ef8fe authored by 高宇's avatar 高宇

Merge remote-tracking branch 'origin/project9-8' into project9-8

# Conflicts:
#	src/views/template/incomeWmsLabel.vue
parents c1c6b945 f4f9f033
......@@ -363,7 +363,7 @@ export default {
getIncomeWmsLabel(id).then(response => {
this.form = response.data
console.log(this.form)
if (this.form.params !== null && this.form.params !== undefined) {
if (this.form.params !== null && this.form.params !== undefined && this.form.params !== '') {
this.paramsItems = []
const obj = JSON.parse(this.form.params)
for (const key in obj) {
......
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