|
@@ -101,7 +101,7 @@ export default {
|
|
selectId:'',
|
|
selectId:'',
|
|
AdscriptionsType: [],
|
|
AdscriptionsType: [],
|
|
editData: {},
|
|
editData: {},
|
|
- minTitle:'量表维护-添加量表',
|
|
|
|
|
|
+ minTitle:'量表维护-添加量表内容',
|
|
showLis:false,
|
|
showLis:false,
|
|
parts:[],
|
|
parts:[],
|
|
selectLeftPart:{},//左侧选中
|
|
selectLeftPart:{},//左侧选中
|
|
@@ -117,7 +117,7 @@ export default {
|
|
let tmpEditData = this.$route.params
|
|
let tmpEditData = this.$route.params
|
|
if (tmpEditData.isEdit) { //修改
|
|
if (tmpEditData.isEdit) { //修改
|
|
this.editData = tmpEditData
|
|
this.editData = tmpEditData
|
|
- this.minTitle='量表维护-修改量表'
|
|
|
|
|
|
+ this.minTitle='量表维护-修改量表内容'
|
|
this.selectName = tmpEditData.data.name
|
|
this.selectName = tmpEditData.data.name
|
|
this.selectId = tmpEditData.data.id
|
|
this.selectId = tmpEditData.data.id
|
|
let tmpScale = tmpEditData.data.scale
|
|
let tmpScale = tmpEditData.data.scale
|
|
@@ -216,7 +216,7 @@ export default {
|
|
},
|
|
},
|
|
searchTagList() {
|
|
searchTagList() {
|
|
let param = {
|
|
let param = {
|
|
- "tagName": this.region,
|
|
|
|
|
|
+ "tagName": this.region.trim(),
|
|
"type": "21",
|
|
"type": "21",
|
|
"filterList":[
|
|
"filterList":[
|
|
"scale"
|
|
"scale"
|
|
@@ -268,7 +268,7 @@ export default {
|
|
});
|
|
});
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- this.showConfirmDialog('是否保存该标签组?', () => {
|
|
|
|
|
|
+ this.showConfirmDialog('是否保存该量表内容?', () => {
|
|
api.insertOrUpdate(param).then((res) => {
|
|
api.insertOrUpdate(param).then((res) => {
|
|
if (res.data.code === '0') {
|
|
if (res.data.code === '0') {
|
|
this.warning(res.data.msg || '保存成功', 'success');
|
|
this.warning(res.data.msg || '保存成功', 'success');
|