知识库导入
This commit is contained in:
parent
4b76b9caae
commit
4aa2619804
@ -138,7 +138,6 @@
|
||||
<script>
|
||||
import { getBaseList } from "@/api/system/exportinfo";
|
||||
export default {
|
||||
props: ['Nameinfo'],
|
||||
data() {
|
||||
return {
|
||||
// 选中数组
|
||||
@ -166,13 +165,6 @@ export default {
|
||||
datalist(val) {
|
||||
this.$emit('submit', val);
|
||||
},
|
||||
'Nameinfo': {
|
||||
handler(val, oldval) {
|
||||
// console.log(val,'Nameinfo111111111111')
|
||||
},
|
||||
deep: true,
|
||||
immediate: true,
|
||||
},
|
||||
},
|
||||
created() {
|
||||
this.informationInfoinfo()
|
||||
@ -215,6 +207,9 @@ export default {
|
||||
this.informationqueryParams = {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
type: 'MESSAGE',
|
||||
textMessageStatus:'GROUNDING',
|
||||
hospitalAgencyId: 46,
|
||||
};
|
||||
this.informationInfoinfo();
|
||||
},
|
||||
|
||||
@ -196,6 +196,9 @@ export default {
|
||||
this.informationqueryParams = {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
type:'SCRIPT',
|
||||
scriptStatus:'NORMAL',
|
||||
hospitalAgencyId:46,
|
||||
};
|
||||
this.informationInfoinfo();
|
||||
},
|
||||
|
||||
@ -112,7 +112,6 @@
|
||||
<script>
|
||||
import { getBaseList } from "@/api/system/exportinfo";
|
||||
export default {
|
||||
props:['Nameinfo'],
|
||||
data() {
|
||||
return {
|
||||
// 选中数组
|
||||
@ -139,13 +138,6 @@ export default {
|
||||
datalist(val) {
|
||||
this.$emit('submit', val);
|
||||
},
|
||||
'Nameinfo': {
|
||||
handler(val,oldval){
|
||||
// console.log(val,'Nameinfo111111111111')
|
||||
},
|
||||
deep:true,
|
||||
immediate:true,
|
||||
},
|
||||
},
|
||||
created() {
|
||||
this.informationInfoinfo()
|
||||
@ -167,14 +159,12 @@ export default {
|
||||
},
|
||||
// 多选框选中数据
|
||||
handleSelectionChange(selection) {
|
||||
console.log(selection, '0000000000000')
|
||||
// this.datalist = selection
|
||||
this.datalist = selection.map(item => item.id)
|
||||
this.single = selection.length !== 1
|
||||
this.multiple = !selection.length
|
||||
},
|
||||
handleRowDbClick(row, column, event) {// 双击选中该行
|
||||
console.log(this.datalist,'-----------------')
|
||||
const index = this.datalist.indexOf(row);
|
||||
console.log(index,'0000000000')
|
||||
if (index !== -1) {
|
||||
@ -190,6 +180,8 @@ export default {
|
||||
this.informationqueryParams = {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
type:'WECHAT',
|
||||
hospitalAgencyId:46,
|
||||
};
|
||||
this.informationInfoinfo();
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user