Commit fd439295 by 张超军

切换图片定位图层恢复

parent 3010a7a9
No preview for this file type
<!--
* @Author: your name
* @Date: 2021-10-22 11:36:10
* @LastEditTime: 2021-12-07 10:42:23
* @LastEditTime: 2021-12-08 18:16:58
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\src\views\Editor\modules\imageEd.vue
......@@ -1301,6 +1301,7 @@ export default {
// 特征点图层恢复默认
$('.tzdDrawing').css('transform', 'rotate(0deg)')
$('.tzdDrawing_2').css('transform', 'rotate(0deg)')
// 获取自动提取特征
self.getAutoTzd(false);
......
<!--
* @Author: your name
* @Date: 2021-10-22 11:36:10
* @LastEditTime: 2021-12-08 18:06:40
* @LastEditTime: 2021-12-08 18:17:32
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\src\views\Editor\modules\imageEd.vue
......@@ -2002,6 +2002,9 @@ export default {
"SampleImage"
)
.then(function (sizeValue) {
// 特征点图层恢复默认
$('.tzdDrawing').css('transform', 'rotate(0deg)')
$('.tzdDrawing_2').css('transform', 'rotate(0deg)')
// 更新工具栏的优先级
setTimeout(() => {
$(".center").css('z-index', '99999')
......
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