Commit b5ebfa34 authored by renjintao's avatar renjintao

bug

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