Commit b5ebfa34 authored by renjintao's avatar renjintao

bug

parent 4db9d5bd
......@@ -545,7 +545,7 @@ export default {
this.addModal = true;
},
getUserDepart() {
alert("5656565");
// alert("5656565");
// Api.getUserDepart().then(res=>{
// console.log("11111",res)
// return res
......@@ -586,7 +586,6 @@ export default {
arryIds.push(objIds);
});
parmsOrderpriority.alls = arryIds;
// alert(JSON.stringify(parmsOrderpriority));
Api.orderpriority(parmsOrderpriority)
.then(res => {
if (res.success) {
......
......@@ -380,8 +380,6 @@ export default {
},
// 详情页面
view(row) {
// this.$router.push("technology/details");
// window.open("/technology/details","_blank")
this.viewModal = true;
this.titleObj = {
code: row.code,
......
......@@ -51,14 +51,12 @@
import Api from './api'
import Add from './add'
import Edit from './edit'
// import Design from './design'
import Search from './search'
export default {
name: 'list',
components: {
Add,
Edit,
// Design,
Search
},
data() {
......
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