Commit c72277ba authored by 罗超's avatar 罗超

Merge branch '1.2.0' of http://gitlab.oytour.com/viitto/pptist into 1.2.0

parents 8421e6ff fd8d91ed
...@@ -123,7 +123,7 @@ const sellHistoryTripTemplate = async (sellId:any,LogId:any) => { ...@@ -123,7 +123,7 @@ const sellHistoryTripTemplate = async (sellId:any,LogId:any) => {
try { try {
let queryMsg let queryMsg
let dataRes let dataRes
if(LogId){ if(!LogId){
queryMsg = { queryMsg = {
Id: sellId, Id: sellId,
Status: 1 Status: 1
......
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
<el-dropdown-item v-if="scope.row.FileType" icon="CopyDocument" @click.stop="CopyTo(scope.row)">复制到</el-dropdown-item> <el-dropdown-item v-if="scope.row.FileType" icon="CopyDocument" @click.stop="CopyTo(scope.row)">复制到</el-dropdown-item>
<el-dropdown-item icon="Delete" @click="editDelete(scope.row,1)">删除</el-dropdown-item> <el-dropdown-item icon="Delete" @click="editDelete(scope.row,1)">删除</el-dropdown-item>
</template> </template>
<el-dropdown-item v-if="scope.row.FileType" icon="View" @click="viewTemplate(scope.row)">查看</el-dropdown-item> <el-dropdown-item v-if="currentMenu==-1&&scope.row.FileType" icon="View" @click="viewTemplate(scope.row)">查看</el-dropdown-item>
</el-dropdown-menu> </el-dropdown-menu>
</template> </template>
</el-dropdown> </el-dropdown>
......
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